home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / ES.DXR / Internal_60_p_lang.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  265 b   |  20 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   beep()
  8.   cursor(4)
  9. end
  10.  
  11. on mouseUp me
  12.   go(267, "OPENING")
  13.   cursor(-1)
  14. end
  15.  
  16. on mouseLeave me
  17.   cursor(-1)
  18.   set the ink of sprite the currentSpriteNum to 0
  19. end
  20.